home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 16 / CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso / CUCD / Utilities / Datatypes / acbm / endcode.asm < prev    next >
Assembly Source File  |  1997-05-27  |  431b  |  28 lines

  1.  
  2. ;*
  3. ;*
  4. ;*  $VER: endcode.asm 1.1 (27.5.97)
  5. ;*  acbm.datatype 1.1
  6. ;*
  7. ;*  Used to mark the end of library
  8. ;*
  9. ;*  Written 1996/1997 by Roland 'Gizzy' Mainz
  10. ;*  Original example source from David N. Junod
  11. ;*
  12. ;*
  13.  
  14.     XDEF    ENDCODE
  15.  
  16. ;---------------------------------------------------------------------------
  17.  
  18.     SECTION TEXT,CODE
  19.  
  20.  
  21. ;---------------------------------------------------------------------------
  22.  
  23. ;ENDCODE    EQU    *
  24.  
  25. ENDCODE:
  26.  
  27.     END
  28.